home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Interface / MD.000 / scripts / DefineButton2_212 / BUTTONCONDACTION on(release).as next >
Text File  |  2005-04-12  |  168b  |  7 lines

  1. on(release){
  2.    op = "logout";
  3.    module = "NS-User";
  4.    loadVariables("http://www.digerati.com.br/login/user.php",this,"POST");
  5.    fscommand("Browser.Close");
  6. }
  7.